home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / editori.al / readme < prev    next >
Encoding:
Text File  |  1995-10-24  |  5.1 KB  |  182 lines

  1. TAPEDISK Demo Version 6.5.0
  2. Copyright (c) 1993, 1994, 1995 by TAPEDISK Corporation
  3. 85 Cove Lane
  4. Oshkosh, Wisconsin, USA
  5.  
  6. All rights reserved.
  7.  
  8. TAPEDISK(R) is a registered trademark of TAPEDISK Corporation.
  9.  
  10. All uses of TAPEDISK are subject to a License Agreement.
  11.  
  12.  
  13. To install TAPEDISK please run the INSTALL program from the diskette.
  14.  
  15.     1) Insert the TAPEDISK diskette into drive A: or B:
  16.     2) Set the current drive to that diskette drive.
  17.     3) Type INSTALL and <Enter>
  18.     4) Follow instructions.
  19.     
  20. Example:
  21.  
  22.         A:
  23.         INSTALL
  24.  
  25. Follow instructions on the install diskette.
  26.  
  27. The installation program performs unpacks and loads the TAPEDISK Demo software
  28. onto your hard drive.
  29.     
  30. After installation you will be required to configure your system for use
  31. with TAPEDISK.  The installation process will provide you with several
  32. information files. These files include information that is dependent on the
  33. operating system on which the installation is being performed.  The TAPEDISK
  34. driver is a universal driver that will operate on multiple operating systems.
  35. The installation procedures will vary depending on the runtime environment.
  36.  
  37. Please consult one of the following files for configuration information:
  38.  
  39.         DOS.TXT      MS-DOS 5.x and MS-DOS 6.x (or compatible)
  40.         WIN31.TXT    Windows 3.1 and Windows 3.11
  41.         WIN95.TXT    Windows 95
  42.         OS2VDM.TXT   OS/2 Virtual DOS Machine
  43.         
  44. Manual Installation Notes
  45. -------------------------
  46. Should the INSTALL.BAT file fail to install TAPEDISK onto your hard disk
  47. you can follow the manual procedure for unpacking files (listed later).
  48. Please read the TAPEDISK Users Manual for further information on use of
  49. TAPEDISK.  Then consult the configuration information file.
  50.  
  51.  
  52. Problem resolution notes
  53. ------------------------
  54. Additional information concerning compatibility issues, installation
  55. problems and equipment irregularities will be listed in a file titled
  56. TECHNOTE.TXT.
  57.  
  58. If you have problems in installation or in operation of TAPEDISK please
  59. consult this file.
  60.  
  61.  
  62. General configuration information
  63. ---------------------------------
  64. TAPEDISK requires a Virtual-86 Memory Manager such as HIMEM.SYS+EMM386.EXE,
  65. QEMM, 386MAX, NETROOM or others.
  66.  
  67. The Virtual-86 Memory Manager must be instructed to enable the EMS Page Frame.
  68.  
  69. You must install the SCSI host adapter's ASPI manager. Exceptions to this
  70. requirement are listed in the configuration information files. 
  71.  
  72. You must load the TAPEDISK driver in an appropriate location in CONFIG.SYS.
  73. TAPEDISK can load as a TSR, or in AUTOEXEC.BAT.  But for most situations
  74. it should load in CONFIG.SYS.
  75.  
  76. TAPEDISK is a block structured device driver.  As such, DOS assigns it's
  77. drive letter in relation to it's load order in CONFIG.SYS.  If you have disk
  78. compression software you may be required to install the TAPEDISK driver
  79. after the compression software.
  80.  
  81.  
  82. Sample CONFIG.SYS
  83. -----------------
  84.     DOS=HIGH, UMB
  85.     FILES=60
  86.     BUFFERS=20
  87.     DEVICE=C:\SCSI\ASPI4DOS.SYS /d
  88.     DEVICE=C:\WINDOWS\HIMEM.SYS
  89.     DEVICE=C:\WINDOWS\EMM386.EXE 2600 RAM D=64
  90.     DEVICEHIGH=C:\TD650250\TAPEDISK.EXE /ID=2
  91.     INSTALL=C:\TD650250\TDGETMEM.EXE D: /EMS=2500
  92.     ...
  93.     
  94. You should set PATH to include C:\TD650250.
  95.  
  96.  
  97. Manual procedure for unpacking files
  98. ------------------------------------
  99. 1) Chose a name for the directory in which to place the TAPEDISK
  100.    software. We suggest that the name contains the version number
  101.    of TAPEDISK such as TD650250 on drive C:.
  102.  
  103. 2) If the name of this directory exists as a result of a failed
  104.    installation then remove this directory first.
  105.    
  106.    DELTREE C:\TD650250   
  107.  
  108. 3) Create the directory for TAPEDISK.
  109.  
  110.    MD C:\TD650250
  111.    
  112. 4) Set the current drive and directory to the TAPEDISK directory.
  113.  
  114.    C:
  115.    CD \TD650250
  116.    
  117. 5) Insert the first diskette into the diskette drive (e.g. A:) and copy
  118.    all the files to the TAPEDISK directory. Do not copy any files from
  119.    any addition directories at this time.
  120.    
  121.    COPY A:\*.*
  122.    
  123. 6) Unpack FILES.EXE
  124.  
  125.    FILES
  126.    
  127. 7) If there are additional diskettes then for each diskette:
  128.  
  129.    a) Insert the diskette
  130.    b) Copy the files to the TAPEDISK directory (say yes to replace file)
  131.    
  132.       COPY A:\*.*
  133.        
  134.    c) Unpack FILES2.EXE        (or FILES3.EXE)
  135.    
  136.       FILES2            (or FILES3)
  137.       
  138. 8) Create the DRIVERS and SRC directories
  139.  
  140.    MD DRIVERS
  141.    MD SRC
  142.    
  143. 9) Set current directory to the drivers directory
  144.  
  145.    CD DRIVERS
  146.    
  147. 10) Unpack the drivers
  148.  
  149.     \TD650250\DRIVERS
  150.     
  151. 11) Set current directory to the source directory
  152.  
  153.     CD \TD650250\SRC
  154.     
  155. 12) Unpack source files
  156.  
  157.     \TD650250\SRC
  158.     
  159. 13) Set current directory to the TAPEDISK directory.
  160.  
  161.     CD \TD650250
  162.     
  163. 14) Delete extra files.
  164.  
  165.     DEL FILES?.EXE
  166.     DEL DRIVERS.EXE
  167.     DEL SRC.EXE
  168.     DEL INSTALL.BAT
  169.     DEL TD-UNPAK.EXE
  170.     DEL WAIT_FOR.EXE
  171.     DEL README2
  172.  
  173. 15) Register TAPEDISK
  174.  
  175.     TDREG
  176.     
  177. If no errors occurred all the TAPEDISK files are in place.
  178.  
  179. Refer to prior instructions regarding configuration.
  180.  
  181. Please see the User's Manual for complete examples on manual installation.
  182.